func github.com/vmihailenco/msgpack/v5.timeDecoder

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		time.go#L16: 	RegisterExtDecoder(timeExtID, time.Time{}, timeDecoder)
		time.go#L23: func timeDecoder(d *Decoder, v reflect.Value, extLen int) error {